home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web13 / Therapeutic Power of Music phase#3 / TPOM.css < prev    next >
Cascading Style Sheet File  |  2011-03-04  |  2KB  |  59 lines

  1. /*
  2.    Web Page Design I
  3.    Project Plan
  4.    Phase #3
  5.  
  6.    The Therapeutic Power of Music 
  7.    Author: Leah Grullon
  8.    Date: March 4, 2011
  9.  
  10.  
  11.    Filename:         TPOM.css
  12.    Supporting Files: none
  13.  
  14. */
  15.  
  16. body                   {margin: 0px}
  17. #heading               {color: white; background-color: rgb(215, 205, 151);  
  18.                         border-bottom: 1px solid rgb(165, 42, 42)}
  19. #page_content          {width: 730px; position: absolute; top: 55px; left: 20px}
  20.  
  21.  
  22.  
  23. h1, h2, h3, p          {font-family: 'Trebuchet MS', Arial, Verdana, sans-serif}
  24.  
  25. address                {font-size: 0.65em; font-style: normal; text-align: center;
  26.                         font-family: 'Trebuchet MS', Arial, Verdana, sans-serif;
  27.                         color: white; background-color: rgb(165, 42, 42);
  28.                         margin: 20px 0px}      
  29.  
  30.  
  31. #heading h2            {color: white; background-color: rgb(165, 42, 42);
  32.                         font-size: 1.1em; padding: 5px 0px 5px 12px; margin: 0px}
  33. #heading i             {font-size: 0.7em}
  34.  
  35.                 
  36.  
  37. #heading ul            {list-style-type: none; margin: 0px; padding: 0px}
  38. #heading ul li         {display: inline; font-size: 0.7em; 
  39.                         font-family: 'Courier New', monospace;
  40.                         background-color: rgb(215, 205, 151);
  41.                         padding: 0px 10px; margin: 0px}
  42.  
  43.  
  44. #heading ul li a       {text-decoration: none; color: rgb(153, 0, 153)}
  45. #heading ul li a:hover {color: rgb(105, 177, 60)}
  46.  
  47.  
  48.       
  49. #page_content h1       {margin: 0px; padding: 0px}
  50. #page_content h2       {color: white;  background-color: rgb(200, 105, 0);
  51.                         font-size: 1.1em; padding: 5px 0px 5px 12px; margin: 0px}
  52. #right_col             {width: 200px; position: absolute; top: 55px; left: 770px}
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.